| Description | : Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents. When you use the Read interface, the response contains a field called 'Operation-Location'. The 'Operation-Location' field contains the URL that you must use for your 'GetReadResult' operation to access OCR results. |
| Reference | : Link ¶ |
⚼ Request
POST:
/read/analyze
{
language:
string
,
ImageUrl:
}
{
,
url:
string
,
}
⚐ Response (202)
{
operation-location:
string
,
}
⚐ Response (default)
{
code:
enum
,
message:
string
,
requestId:
string
,
}